home *** CD-ROM | disk | FTP | other *** search
- object FtpDetailsDlg: TFtpDetailsDlg
- Left = 227
- Top = 108
- Width = 640
- Height = 433
- HorzScrollBar.Visible = False
- VertScrollBar.Visible = False
- Caption = 'Ftp details'
- Color = clBtnFace
- Constraints.MinHeight = 150
- Constraints.MinWidth = 200
- ParentFont = True
- OldCreateOrder = True
- Position = poScreenCenter
- OnCloseQuery = FormCloseQuery
- OnResize = FormResize
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 545
- Height = 393
- Shape = bsFrame
- end
- object LeftLabel: TLabel
- Left = 104
- Top = 24
- Width = 67
- Height = 20
- Alignment = taCenter
- Caption = 'LeftLabel'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object RightLabel: TLabel
- Left = 384
- Top = 24
- Width = 77
- Height = 20
- Alignment = taCenter
- Caption = 'RightLabel'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object StateLabelLeft: TLabel
- Left = 16
- Top = 378
- Width = 249
- Height = 13
- Alignment = taCenter
- AutoSize = False
- end
- object StateLabelRight: TLabel
- Left = 288
- Top = 378
- Width = 257
- Height = 13
- Alignment = taCenter
- AutoSize = False
- end
- object OKBtn: TButton
- Left = 556
- Top = 8
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- OnClick = OKBtnClick
- end
- object CancelBtn: TButton
- Left = 556
- Top = 38
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- OnClick = CancelBtnClick
- end
- object LeftDisplayMemo: TMemo
- Left = 16
- Top = 48
- Width = 257
- Height = 329
- ScrollBars = ssBoth
- TabOrder = 2
- end
- object RightDisplayMemo: TMemo
- Left = 288
- Top = 48
- Width = 257
- Height = 329
- ScrollBars = ssBoth
- TabOrder = 3
- end
- end
-